babl: replace a fprintf (stderr, ...) with babl_log().
authorJehan <jehan@girinstud.io>
Tue, 4 Jul 2017 14:47:52 +0000 (16:47 +0200)
committerJehan <jehan@girinstud.io>
Sat, 16 Sep 2017 09:56:05 +0000 (11:56 +0200)
commit4b82de7d4fdcfa2852bae4eff1a644fb97463378
tree31ce7f2cd0541accd7b1266ecb5ed2bac86dfb76
parent70358bbe1dc672700cbb8800d55a004175aee409
babl: replace a fprintf (stderr, ...) with babl_log().

It will make it visible in the logcat, for instance in Android Studio.
As a general rule, we should use babl_log() for anything which we
consider as "logs", unless we want to direct them to a given output for
sure (for instance in the case of CLI tools where we want the output to
be on standard I/O in terminal, fprintf() still is the best choice).
babl/babl-extension.c